Insert Method (CollectionBase<T>)
Inserts the specified into the collection at the specified index.
public void Insert(
int ,
)
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As _
)
'Usage
Dim instance As CollectionBase(Of T)
Dim index As Integer
Dim value As
instance.Insert(index, value)
Parameters
- index
- The zero-based index where the specified object should be inserted.
- value
- The to insert.